spring boot基礎之GetMapping GetMapping 注解已經默認封裝了@RequestMapping(method = RequestMethod.GET) 所以,比前文 使用 @RequestMapping(pa ...